From: Jo-Philipp Wich Date: Thu, 27 Jul 2023 10:21:45 +0000 (+0200) Subject: luci-app-nlbwmon: drop luci-compat dependency X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=0a24642b103c59d7eaef1853b89df530a1c64360;p=project%2Fluci.git luci-app-nlbwmon: drop luci-compat dependency Since the transition to client side JS, no compatibilty libraries are required anymore. Signed-off-by: Jo-Philipp Wich (cherry picked from commit 01d26bff876f5bcd55c5828a1668e41ff8b8da5f) --- diff --git a/applications/luci-app-nlbwmon/Makefile b/applications/luci-app-nlbwmon/Makefile index c4b83e807c..a00177f2ca 100644 --- a/applications/luci-app-nlbwmon/Makefile +++ b/applications/luci-app-nlbwmon/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Netlink based bandwidth accounting -LUCI_DEPENDS:=+luci-compat +nlbwmon +LUCI_DEPENDS:=+nlbwmon include ../../luci.mk